Script: PowPoint.cs
Author: powdahound
Website: http://hosted.tribes-universe.com/powdahound
Email: powdahound@gamer-insight.com
Date: 11/02/02
Function: Smart waypointer, here's how it works:

1. If your mode is "defense"
   1. If enemy has your flag: waypoint enemy with your flag...
   2. Otherwise If teammate has flag: waypoint friendly flag carrier...
   3. Otherwise: waypoint friendly flag stand

2. If your mode is "offense"
    1. If teammate has flag: waypoint friendly flag carrier...
    2. Otherwise If enemy has your flag: waypoint enemy with your flag...
    3. Otherwise: waypoint enemy flag stand

3. If your mode is "manual"
   1. If you waypoint friendly:
      1. If teammate has flag: will waypoint friendly carrier
      2. Otherwise: will waypoint friendly flag stand
   2. If you waypoint enemy:
      1. If enemy has your flag: will waypoint enemy with your flag
      2. Otherwise: will waypoint enemy flag stand

-To Install:
Put PowPoint.cs and z0dd_waypoints.cs in your config folder and add: exec("PowPoint.cs"); to your autoexec.cs

-Requires:
Presto pack. Should also work with other packs that have flag event callbacks.

-Conflicts:
No idea, if it doesn't work I'm sorry.

-Credits:
Big thanks TO z0dd for letting me use his waypointing script for flag stand waypointing support. also thanks to	Superslug for keeping z0dd's waypoints current